projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6340679
)
add --no-line-editing to inferior-octave-startup-args so that TABs in source
author
Stephen Eglen
<stephen@gnu.org>
Mon, 6 Sep 1999 19:20:29 +0000
(19:20 +0000)
committer
Stephen Eglen
<stephen@gnu.org>
Mon, 6 Sep 1999 19:20:29 +0000
(19:20 +0000)
files are not interpreted as completion requests.
lisp/progmodes/octave-inf.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-inf.el
b/lisp/progmodes/octave-inf.el
index 3c8f0e81e91ffb20f14d453bcc773f941a07aca8..6f235c0f02ffc10a88440984d1870361e393c223 100644
(file)
--- a/
lisp/progmodes/octave-inf.el
+++ b/
lisp/progmodes/octave-inf.el
@@
-52,7
+52,7
@@
startup."
file)
:group 'octave-inferior)
-(defcustom inferior-octave-startup-args '("-i")
+(defcustom inferior-octave-startup-args '("-i"
"--no-line-editing"
)
"*List of command line arguments for the inferior Octave process.
For example, for suppressing the startup message and using `traditional'
mode, set this to (\"-q\" \"--traditional\")."